home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / jcool01.zip / RENSHORT.SH < prev    next >
Text File  |  1992-11-30  |  5KB  |  156 lines

  1. # Renames Jam's COOL directory files to DOS (8.3) names from their original
  2. # long names under UNIX/HPFS file systems.
  3. echo Renaming COOL source files.
  4. mv AVL_Tree.C avl_tree.c
  5. mv AVL_Tree.h avl_tree.h
  6. mv Association.C associat.c
  7. mv Association.h associat.h
  8. mv Base_Binary_Node.C base_bnn.c
  9. mv Base_Binary_Node.h base_bnn.h
  10. mv Base_Binary_Tree.C base_bnt.c
  11. mv Base_Binary_Tree.h base_bnt.h
  12. mv Base_Hash.C base_has.c
  13. mv Base_Hash.h base_has.h
  14. mv Base_List.C base_lis.c
  15. mv Base_List.h base_lis.h
  16. mv Base_M_Vector.C base_m_v.c
  17. mv Base_M_Vector.h base_m_v.h
  18. mv Base_Matrix.C base_mat.c
  19. mv Base_Matrix.h base_mat.h
  20. mv Base_Queue.C base_que.c
  21. mv Base_Queue.h base_que.h
  22. mv Base_Stack.C base_sta.c
  23. mv Base_Stack.h base_sta.h
  24. mv Base_Vector.C base_vec.c
  25. mv Base_Vector.h base_vec.h
  26. mv Bignum.C bignum.c
  27. mv Bignum.h bignum.h
  28. mv Binary_Node.C binary_n.c
  29. mv Binary_Node.h binary_n.h
  30. mv Binary_Tree.C binary_t.c
  31. mv Binary_Tree.h binary_t.h
  32. mv Bit_Set.C bit_set.c
  33. mv Bit_Set.h bit_set.h
  34. mv Bit_Table.C bit_tabl.c
  35. mv Complex.C complex.c
  36. mv Complex.h complex.h
  37. mv D_Node.C d_node.c
  38. mv D_Node.h d_node.h
  39. mv Date_Time.C date_tim.c
  40. mv Date_Time.h date_tim.h
  41. mv Envelope.h envelope.h
  42. mv Gen_String.C gen_stri.c
  43. mv Gen_String.h gen_stri.h
  44. mv Handle.h handle.h
  45. mv Hash_Table.C hash_tab.c
  46. mv Hash_Table.h hash_tab.h
  47. mv Iterator.h iterator.h
  48. mv List.C list.c
  49. mv List.h list.h
  50. mv M_Vector.C m_vector.c
  51. mv M_Vector.h m_vector.h
  52. mv Matrix.C matrix.c
  53. mv Matrix.h matrix.h
  54. mv NT_State.C nt_state.c
  55. mv NT_State.h nt_state.h
  56. mv N_Node.C n_node.c
  57. mv N_Node.h n_node.h
  58. mv N_Tree.C n_tree.c
  59. mv N_Tree.h n_tree.h
  60. mv Pair.C pair.c
  61. mv Pair.h pair.h
  62. mv Property.C property.c
  63. mv Property.h property.h
  64. mv Quaternion.C quaterni.c
  65. mv Quaternion.h quaterni.h
  66. mv Queue.C queue.c
  67. mv Queue.h queue.h
  68. mv Random.C random.c
  69. mv Random.h random.h
  70. mv Range.C range.c
  71. mv Range.h range.h
  72. mv Rational.C rational.c
  73. mv Rational.h rational.h
  74. mv Regexp.C regexp.c
  75. mv Regexp.h regexp.h
  76. mv Set.C set.c
  77. mv Set.h set.h
  78. mv Shared.h shared.h
  79. mv Stack.C stack.c
  80. mv Stack.h stack.h
  81. mv String.C string.c
  82. mv String.h string.h
  83. mv Timer.C timer.c
  84. mv Timer.h timer.h
  85. mv Value.C value.c
  86. mv Value.h value.h
  87. mv Vector.C vector.c
  88. mv Vector.h vector.h
  89. mv char.C char.c
  90. mv char.h char.h
  91. mv calendar.h calendar.h
  92. mv country.h country.h
  93. mv timezone.h timezone.h
  94. mv defs.h defs.h
  95. mv misc.h misc.h
  96. mv test.C test.c
  97. mv test.h test.h
  98. echo Renaming COOL tests files.
  99. mv tests/test_AVL.C tests/test_avl.c
  100. mv tests/test_Association.C tests/test_as1.c
  101. mv tests/test_Association2.C tests/test_ass.c
  102. mv tests/test_BT.C tests/test_bt.c
  103. mv tests/test_Bignum.C tests/test_big.c
  104. mv tests/test_Bit_Set.C tests/test_bit.c
  105. mv tests/test_Complex.C tests/test_com.c
  106. mv tests/test_DT.C tests/test_dt.c
  107. mv tests/test_GS.C tests/test_gs.c
  108. mv tests/test_Handle.C tests/test_han.c
  109. mv tests/test_Hash_Table.C tests/test_has.c
  110. mv tests/test_Iterator.C tests/test_ite.c
  111. mv tests/test_List.C tests/test_lis.c
  112. mv tests/test_M_Vector.C tests/test_m_v.c
  113. mv tests/test_Matrix.C tests/test_mat.c
  114. mv tests/test_NT.C tests/test_nt.c
  115. mv tests/test_Pair.C tests/test_pai.c
  116. mv tests/test_Property.C tests/test_pro.c
  117. mv tests/test_Quaternion.C tests/test_qua.c
  118. mv tests/test_Queue.C tests/test_que.c
  119. mv tests/test_Random.C tests/test_ran.c
  120. mv tests/test_Range.C tests/test_rng.c
  121. mv tests/test_Rat.C tests/test_rat.c
  122. mv tests/test_Regexp.C tests/test_reg.c
  123. mv tests/test_Set.C tests/test_set.c
  124. mv tests/test_Stack.C tests/test_sta.c
  125. mv tests/test_String.C tests/test_str.c
  126. mv tests/test_Timer.C tests/test_tim.c
  127. mv tests/test_Value.C tests/test_val.c
  128. mv tests/test_Vector.C tests/test_vec.c
  129. mv tests/test_char.C tests/test_cha.c
  130. mv tests/test_nodes.C tests/test_nod.c
  131. echo Renaming COOL example files.
  132. mv examples/paragraph.h examples/paragrap.h
  133. mv examples/ex2_4.C examples/ex2_4.c
  134. mv examples/ex2_7.C examples/ex2_7.c
  135. mv examples/ex2_9.C examples/ex2_9.c
  136. mv examples/ex3_10.C examples/ex3_10.c
  137. mv examples/ex3_12.C examples/ex3_12.c
  138. mv examples/ex3_4.C examples/ex3_4.c
  139. mv examples/ex3_6.C examples/ex3_6.c
  140. mv examples/ex3_8.C examples/ex3_8.c
  141. mv examples/ex4_7.C examples/ex4_7.c
  142. mv examples/ex4_9.C examples/ex4_9.c
  143. mv examples/ex5_8.C examples/ex5_8.c
  144. mv examples/ex6_10.C examples/ex6_10.c
  145. mv examples/ex6_4.C examples/ex6_4.c
  146. mv examples/ex6_6.C examples/ex6_6.c
  147. mv examples/ex6_8.C examples/ex6_8.c
  148. mv examples/ex7_4.C examples/ex7_4.c
  149. mv examples/ex7_7.C examples/ex7_7.c
  150. mv examples/ex7_9.C examples/ex7_9.c
  151. mv examples/ex8_4.C examples/ex8_4.c
  152. mv examples/ex8_6.C examples/ex8_6.c
  153. mv examples/ex9_11.C examples/ex9_11.c
  154. mv examples/ex9_5.C examples/ex9_5.c
  155. mv examples/ex9_7.C examples/ex9_7.c
  156.